Get rid of memory_t. Almost all uses should be unsigned long.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 19 Aug 2005 17:25:04 +0000 (17:25 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 19 Aug 2005 17:25:04 +0000 (17:25 +0000)
commitd9eb7e09d74084a71386496614a189870e84c89f
tree7f4ef95a01201529a93f14afdf2c52d5eabb03d5
parent40326f9fc30fb0fa94f7367e7e41c2e7a6b1efa1
Get rid of memory_t. Almost all uses should be unsigned long.
The few uses for a physical/machine address have been mostly
changed to u64.

Grant table code probably needs auditing for PAE correctness,
but at least the interface is now sound.

Signed-off-by: Keir Fraser <keir@xensource.com>
30 files changed:
linux-2.6-xen-sparse/arch/xen/i386/kernel/ioport.c
linux-2.6-xen-sparse/arch/xen/i386/kernel/process.c
linux-2.6-xen-sparse/arch/xen/x86_64/kernel/process.c
linux-2.6-xen-sparse/drivers/xen/blkback/common.h
linux-2.6-xen-sparse/drivers/xen/blktap/blktap.h
linux-2.6-xen-sparse/drivers/xen/netback/common.h
linux-2.6-xen-sparse/drivers/xen/netback/netback.c
tools/debugger/libxendebug/xendebug.c
tools/debugger/libxendebug/xendebug.h
tools/debugger/pdb/linux-2.6-module/debug.c
tools/debugger/pdb/linux-2.6-module/module.c
tools/debugger/pdb/linux-2.6-module/pdb_debug.h
tools/debugger/pdb/pdb_caml_domain.c
tools/debugger/pdb/pdb_caml_process.c
tools/debugger/pdb/pdb_caml_xcs.c
tools/libxc/xc.h
tools/libxc/xc_gnttab.c
tools/python/xen/lowlevel/xu/xu.c
tools/xentrace/xentrace.c
xen/arch/x86/physdev.c
xen/common/trace.c
xen/include/public/arch-ia64.h
xen/include/public/arch-x86_32.h
xen/include/public/arch-x86_64.h
xen/include/public/dom0_ops.h
xen/include/public/grant_table.h
xen/include/public/io/domain_controller.h
xen/include/public/io/netif.h
xen/include/public/physdev.h
xen/include/public/xen.h